.d-titleundefined {color: #E78A3A; font-weight: 500;}
.d-listundefined {
    padding-left: 149px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.d-listundefined li {
    position: relative;
    padding: 0 0 0 20px;
}
.d-listundefined li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 9px;
    border-right: 2px solid #E78A3A;
    border-bottom: 2px solid #E78A3A;
}
.d-descundefined {
    color: #4F5455;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

/*timer*/
.timer {
   text-align: left;
}

.mobile-timer {
   display: none;
}
.deadline-message {
   display: none;
   font-size: 24px;
   font-style: italic;
}
.countdown {
    display: inline-block;
    padding: 2px 0 2px 75px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: bottom;
    background: url("https://members.upclick.com/main/Publishers/1002099/Designer/PC HelpSoft - Total Care w VPN - FLASH OFFER/icon_clock.png") no-repeat;
    background-size: 60px 44px;
    background-position: 0;
    color: #030303;
    margin-top: 0;
    text-align: left;
}

.countdown-title span {
    color: #FF0000;
    text-transform: uppercase;
    font-weight: 600;
}

.countdown-subtitle {
    color: #646464;
    font-size: 16px;
    line-height: 1.3;
}

/*.pt .countdown {
    font-size: 19px;
    padding: 11px 5px 11px 85px;
    background-size: contain;
}*/
.countdown-time {
   color: #030303;
   display: inline-block;
   text-align: right;
   font-weight: 600;
}
.countdown-text {
   color: #a7a7a7;
}
.countdown-text,
.countdown-number,
.countdown-title {
   display: inline-block;
}

